home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / win_nt / confin15.zip / README.TXT < prev   
Text File  |  1996-01-21  |  2KB  |  62 lines

  1. Finger v0.15
  2. A small console-based finger client for Windows 95/NT
  3.  
  4. I often keep a few command prompts running on my Windows 95 box since I
  5. can type faster than I can click-and-drag.  While pop up windows are pretty
  6. and all, do you really need one to get finger information about someone?
  7.  
  8. I finally got annoyed by the graphical finger clients and started leaving
  9. telnet sessions open to Unix machines.  Then, when I was downgraded to a
  10. PPP link, this was no longer an option.  :-(
  11.  
  12. So here's a small, console-based finger client for Windows 95/NT.  This
  13. started out as a small sockets class in C++, and the finger client seemed
  14. like a simple extension of it (it was).
  15.  
  16. Installation:
  17.      Copy finger.exe and cw3215.dll to your Windows directory or another
  18.      directory of your choice that is in your path
  19.  
  20. Usage:  finger [-l <port>] [-s <port>] [-v] user1@host [user2@host ...]
  21.         -l instructs finger to use a specific local port; no real reason
  22.            why you would want to use this option.
  23.         -s instructs finger to connect to a specific remote port or
  24.            service; again, no real reason why you would want to use this
  25.            option.
  26.         -v enables verbose mode.  This simply tells you which port finger
  27.            is connecting to (normally 79).
  28.  
  29.      The -l, -s, and -v options were included for debugging a link.  You
  30.      might see some interesting results if you are behind a firewall.
  31.  
  32. Known Bugs:
  33.      Does not support "chain fingering," e.g.
  34.           finger dacut@cco.caltech.edu@ugcs.caltech.edu
  35.      No options to instruct remote host to use long form output, supress
  36.         .plan files, etc.
  37.      Cannot deal with usernames that contain spaces (no argument grouping
  38.         with "").
  39.  
  40. Source Code:
  41.      Source code for this program is available.  Contact the author.
  42.  
  43. Disclaimer:
  44.      This program is provided as is, without any warranty of any kind.
  45.      Neither the author nor the California Institute of Technology
  46.      shall be liable for incidental, consequential, special, or indirect
  47.      damages of any sort.
  48.  
  49. Copyright:
  50.      Public domain.
  51.  
  52. Donations:
  53.      I don't see why, but I certainly won't refuse 'em.  :-)  But if you
  54.      do find this useful, please feel free to drop me a line.
  55.  
  56. Author Contact:
  57.      dacut@cco.caltech.edu
  58.  
  59.      David Cuthbert
  60.      MSC 547 Caltech
  61.      Pasadena, CA  91126
  62.